home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Interface / LightArea.mat < prev    next >
Encoding:
Text File  |  2004-07-06  |  388 b   |  22 lines

  1. Shader()
  2. {
  3.     sortweight("translucent13")
  4.     Pass()
  5.     {
  6.         BlendFunc("src_alpha", "inv_src_alpha")
  7.         DepthFunc("lequal", 0)
  8.         NoFog()
  9.         Tfactor(1,1,1,0.5)
  10.         Colorgen("tfactor", "user", 0, 0, 0, "none", 0, 0, 0)
  11.         tmu()
  12.         {
  13.             ColorOp("arg1", "tfactor", "current", "current")
  14.             AlphaOp("arg1", "tfactor", "current", "current")            
  15.         }
  16.         
  17.     }
  18.     Cull("none")
  19. }
  20.  
  21.  
  22.